-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GAP_pkg_curlinterface] new package #9999
Conversation
And another failure on x86-linux-musl... Looking at config.log:
|
You want to try to compile the same file with
to see what library is being linked to. It's possible that you're picking up a system library. |
It definitely is picking up the right
Also:
|
Investigated the libcurl artifacts at https://github.com/JuliaBinaryWrappers/LibCURL_jll.jl/releases for
for both of them. For both
On curl/curl#11065 someone mentions this:
|
script = raw""" | ||
cd curlInterface* | ||
|
||
apk del curl # |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
even am trying to remove the Alpine version of curl
platforms, dependencies = setup_gap_package(gap_version, gap_lib_version) | ||
|
||
append!(dependencies, [ | ||
Dependency("LibCURL_jll"; compat="7.73,8"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solution was to add this compat
bound, thanks to @giordano for pointing that out!
No description provided.